From: Richard M. Stallman Date: Sat, 10 Aug 1996 18:58:06 +0000 (+0000) Subject: (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83215 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cda40aea36a21ffc088fb7a061d1bfa224ae99c2;p=emacs.git (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining. --- diff --git a/src/m/sequent-ptx.h b/src/m/sequent-ptx.h index 26bca6a1fda..112638dbbf1 100644 --- a/src/m/sequent-ptx.h +++ b/src/m/sequent-ptx.h @@ -59,11 +59,14 @@ Boston, MA 02111-1307, USA. */ /* Data type of load average, as read out of kmem. */ +#undef LOAD_AVE_TYPE #define LOAD_AVE_TYPE unsigned long /* Convert that into an integer that is 100 for a load average of 1.0 */ +#undef FSCALE #define FSCALE 1000.0 +#undef LOAD_AVE_CVT #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) /* Define CANNOT_DUMP on machines where unexec does not work.